home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PRINTER / RUBPB22A.ARJ / RUP22C.EXE / MANUAL.APP < prev    next >
Text File  |  1991-05-16  |  6KB  |  127 lines

  1.                       _______________
  2.                      |               |
  3.                      |   APPENDIX    |
  4.                      |_______________|
  5.  
  6. CONTENTS
  7.  
  8. A.1 Installation
  9. A.2 Access From Any Directory
  10. A.3 Increasing Open Files Limit
  11.  
  12. A.1 INSTALLATION
  13.  
  14. As explained in Section 1 of this manual, the Publisher is supplied with
  15. an automatic installation program which, when invoked, creates a new
  16. directory, named RUBICON, on the designated drive (or on Drive C if no
  17. drive is designated), and copies the Publisher into it in normal
  18. (non-compressed) form. The support files needed for the type or types of
  19. printer designated by the user are also copied into the RUBICON
  20. directory, along with the default style sheet and configuration file,
  21. SETUP.TAG. 
  22.  
  23. If you specify any printer installation option other than LaserJet-3 or
  24. PostScript, the installation program will create a further directory,
  25. named RUFONT, on the same drive, with one or more of the following
  26. sub-directories containing bitmap fonts: "120x72", "180x180" and/or
  27. "300x300". (These sub-directory names refer to the horizontal and
  28. vertical resolution, in dots per inch, of the fonts they contain.)
  29.  
  30. There are really only three problems which can arise during the
  31. installation procedure. 
  32.  
  33. 1.   The installation program will abort if it finds an existing
  34.      directory on the designated drive named RUBICON. To solve this
  35.      problem, any such directory should be renamed or moved to another
  36.      drive, and the installation recommenced from the beginning. Before
  37.      recommencing installation, any directory or files which the
  38.      installation program copied to the designated drive before it
  39.      aborted, should be removed or deleted. 
  40.  
  41. 2.   The installation program will abort if it determines that there is
  42.      insufficient disk space on the designated drive to accommodate the
  43.      installation. If sufficient space is available on another drive,
  44.      this problem may be solved by simply changing the drive designation
  45.      for the installation. Otherwise, the only cure for this is to
  46.      provide more disk space by the conventional methods of cleaning up
  47.      the disk, deleting redundant and obsolete material, and archiving
  48.      seldom-used material.
  49.  
  50. 3.   The installation program will terminate without installing the
  51.      Publisher if you specify neither the Preview option nor at least
  52.      one printer option. The message: "Error: No printer or preview
  53.      has been selected." will appear. 
  54.  
  55. The automatic program provides all the installation most users require,
  56. but some users may find it necessary or convenient to perform additional
  57. installation steps, as described below, to provide access to the
  58. Publisher from any directory, or to reconfigure their MS-DOS system to
  59. permit more files to be open simultaneously. 
  60.  
  61. A.2 ACCESS FROM ANY DIRECTORY
  62.  
  63. It is convenient to be able to use the Publisher from any directory,
  64. instead of having to change to the directory in which it was installed
  65. for each use. This may be achieved by: (1) inserting a PATH command in
  66. the file AUTOEXEC.BAT in the root directory, or amending the existing
  67. PATH command in that file, to designate the directory where the
  68. Publisher is located (normally C:\RUBICON) as part of the path the
  69. computer searches when given a command; and (2) inserting a SET command
  70. in the file AUTOEXEC.BAT in the root directory, to define the Publisher
  71. "environment variable" RUBICON equal to the directory (normally
  72. C:\RUBICON) where the Publisher's support files are located. 
  73.  
  74. The file AUTOEXEC.BAT can be accessed and edited using any suitable text
  75. editor. Typically, it will already contain a PATH command, like: 
  76.  
  77. PATH=C:\ABLE;C:\BAKER;C:\CHARLIE
  78.  
  79. which can be amended to: 
  80.  
  81. PATH=C:\ABLE;C:\BAKER;C:\CHARLIE;C:\RUBICON
  82.  
  83. If there is no existing PATH command, the line
  84.  
  85. PATH=C:\RUBICON
  86.  
  87. can be inserted into the file.
  88.  
  89. A suitable SET command, which will normally be:
  90.  
  91. SET RUBICON=C:\RUBICON\
  92.  
  93. must also be added to the AUTOEXEC.BAT file. The new version of this
  94. file must be copied back to the root directory to replace the original
  95. version. IT WILL TAKE EFFECT THE NEXT TIME THE SYSTEM IS BOOTED. 
  96.  
  97.  
  98. If there is no file AUTOEXEC.BAT, one can be created by the usual method
  99. of file creation. A full explanation of the SET and PATH commands and
  100. the function of the AUTOEXEC.BAT file will be found in your operating
  101. system (MS-DOS) manual. 
  102.  
  103. A.3 INCREASING OPEN FILES LIMIT
  104.  
  105. For certain types of document, the Publisher may require as many as 10
  106. files to be open simultaneously. MS-DOS permits only 8 files to be open
  107. simultaneously, unless it has been configured to permit a larger number.
  108. Fortunately, the configuration procedure is simple. 
  109.  
  110. You can configure your MS-DOS system to permit 10 files to be open
  111. simultaneously by ensuring that the root directory of the system disk
  112. contains a file named CONFIG.SYS which contains the line
  113.  
  114. FILES="n"
  115.  
  116. where "n" is an integer (whole number) between 10 and 255. The file
  117. CONFIG.SYS can be created (if it is not already present the root
  118. directory) by the normal methods of file creation, and can be edited
  119. using any suitable editor. If the CONFIG.SYS file already exists, it may
  120. already contain a FILES command. If such a command specifies a number
  121. less than 10, it should be amended to specify a larger number. If the
  122. CONFIG.SYS file contains no FILES command, a new line such as 
  123.  
  124. FILES=12
  125.  
  126. should be inserted.
  127.